home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / Topware / msqlfront / MySQL-Front_2.2_Setup.exe / {app} / readme.txt < prev   
Encoding:
Text File  |  2002-03-16  |  4.9 KB  |  149 lines

  1.  
  2.               ========================================
  3.                 Information-File for MySQL-Front 2.2
  4.               ========================================
  5.  
  6.  
  7. --------------------------------------
  8.  General:
  9. --------------------------------------
  10. MySQL-Front is an easy-to-use-interface for web-workers dealing with
  11. MySQL-Databases. It requires libmySQL.dll from the MySQL-Server as
  12. "API" (provided in this zip-file - newest version available at
  13. http://www.mysql.com/).
  14.  
  15.  
  16.  
  17. --------------------------------------
  18.  (Easy) Installation:
  19. --------------------------------------
  20. If you downloaded the zip-file:
  21.   Just unzip the file into a directory of your choice,
  22.   doubleclick it and follow the instructions.
  23.  
  24. If you downloaded the exe-file:
  25.   Just doubleclick it and follow the instructions.
  26.  
  27.  
  28.  
  29. --------------------------------------
  30.  With MySQL-Front you can...
  31. --------------------------------------
  32. - create/drop databases 
  33. - create/drop tables 
  34. - edit/add/delete fields 
  35. - edit/insert/delete records 
  36. - edit BLOBs with Bitmap/GIF/JPEG-Support 
  37. - a list of server-variables 
  38. - view and kill other user-processes 
  39. - execute (large) SQL-scripts 
  40. - view advanced table-properties, such as Type, Comment, Key_Length
  41.   and so on 
  42. - export table-structure and data into SQL-scripts or other databases 
  43. - replicate databases between two hosts ("Export tables...")
  44. - save data to CSV-Files (ideal for working with MS-Excel) or
  45.   HTML-tables 
  46. - copy CSV-data/HTML-Tables to clipboard 
  47. - copy tables to new table-names
  48. - change table-types to ISAM, MYISAM, MERGE, HEAP, InnoDB, BDB or
  49.   userdefined types
  50. - manage users (New in 2.0: edit existing users!)
  51. - flush Host/Logs/Privileges/Tables 
  52. - write SQL-queries with syntax-highlighting 
  53. - import data from ODBC-datasources
  54. - do table-diagnostics (check, optimize, repair, analyze)
  55. - and a lot more... 
  56.  
  57.  
  58.  
  59. --------------------------------------
  60. Changes to the last version:
  61. --------------------------------------
  62. New features: 
  63. - Database-Tree: Fields are now displayed beyond the tables 
  64. - MySQL-Errors now are displayed with a help-button, which links to the searchable
  65.   documentation on mysql.com or on the FAQ, depending on the error-message 
  66. - Export/Import MySQL-Front settings and connections to/from a registry-file (.reg)
  67.   (File -> "Export settings...", -> "Import settings...") 
  68. Improvements: 
  69. - CSV-Exports now include the field-names as a first line 
  70. - SQL-Exports now don't enclose table- and db-names with backticks 
  71. - ODBC-queries now don't enclose table-names with backticks, which is more compatible
  72.   to most database-systems 
  73. Bugfixes: 
  74. - A MySQL 4.x version is now recognized correctly. Along with this tables are now
  75.   retrieved with "show table status" and some other features are active again 
  76. - Removed access violation when sometimes clicking on table-tabsheet (Table dbname. doesn't exist...) 
  77.  
  78. The multi-language options is completely removed in this new version, because too few
  79. users asked for a version in their language. In addition it is simply too much work to collect all billion strings in the software, which have to be translated. 
  80.  
  81. see the complete changes-log on http://www.anse.de/mysqlfront/changes.php
  82.  
  83.  
  84.  
  85. --------------------------------------
  86.  Requirements:
  87. --------------------------------------
  88. - libmysql.dll (Client-library for MySQL-Server) 
  89. - msvcrt.dll (Microsoft (R) C Runtime Library) 
  90. - TCP/IP-Protocol 
  91. - ODBC-Engine (for the ODBC-import-option) 
  92.  
  93. In case ODBC makes problems, you need to go to the Microsoft site,
  94. download and install DCOM95 from
  95. http://www.microsoft.com/com/dcom/dcom95/download.asp and then
  96. download and install MDAC 2.6.RTM from
  97. http://www.microsoft.com/data/download_260rtm.htm
  98. Note: DCOM95 is only needed for Windows 95 - it is not needed for
  99. later Windows versions.
  100.  
  101.  
  102.  
  103. --------------------------------------
  104.  Troubleshooting:
  105. --------------------------------------
  106. I have set up a FAQ with some questions which were asked very often:
  107.  http://www.anse.de/mysqlfront/faq.php
  108.  
  109. In case there is no answer to your question found in the FAQ, you can
  110. post in the Support-Forum:
  111.  http://www.anse.de/mysqlfront/forum.php
  112.  
  113.  
  114. Hint: I get many mails with questions regarding MySQL, not MySQL-Front.
  115. So please make sure your question has something to do with MySQL-Front,
  116. otherwise you maybe don't get an answer.
  117.  
  118.  
  119.  
  120.  
  121. --------------------------------------
  122.  Donation:
  123. --------------------------------------
  124. MySQL-Front is Freeware.
  125.  
  126. Maybe it saved you a lot of time and therefore you like it. In this case
  127. you may spend me some donation. For this purpose point your web-browser
  128. to the following URL:
  129.  
  130.  https://order.kagi.com/?G4T
  131.  
  132.  
  133.  
  134. --------------------------------------
  135.  The Author:
  136. --------------------------------------
  137.  Ansgar Becker
  138.  info@anse.de
  139.  http://www.anse.de/
  140.  
  141.  
  142.  
  143. --------------------------------------
  144.  Project-Homepage
  145. --------------------------------------
  146. http://www.mysqlfront.de/
  147.  
  148.  
  149. EOF